﻿*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;color: #333;}
body{font-size: 14px;font-family:"Microsoft YaHei";}
a{text-decoration: none;font-size: 14px;}
em,i{display: block;font-style: normal;}
:focus{ outline: none;}
.gy{max-width: 1500px;margin: 0 auto;width:100%;}
@media screen and (max-width: 1800px){
    .gy{width:calc(100% - 16%);}
}
@media screen and (max-width: 1400px){
    .gy{width:calc(100% - 5%);}
}
@font-face {
  font-family: 'xpi';  /* Project id 2859281 */
  src: url('font_2859281_l885ix1qqlf.eot?t=1635837082072'); /* IE9 */
  src: url('font_2859281_l885ix1qqlf.eot?t=1635837082072#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font_2859281_l885ix1qqlf.woff2?t=1635837082072') format('woff2'),
       url('font_2859281_l885ix1qqlf.woff?t=1635837082072') format('woff'),
       url('font_2859281_l885ix1qqlf.ttf?t=1635837082072') format('truetype'),
       url('font_2859281_l885ix1qqlf.svg?t=1635837082072#xpi') format('svg');
}


/*top*/
.top1{width: 100%;background: #f8f8f8; height: 40px; position: relative;z-index: 5;    margin-bottom: 0px;}
.top1:after {content:'';background:url(../images/t_bg.jpg)no-repeat;position: absolute;top:0;right:0;width: 30%;height: 40px;z-index: -1;}
.top_box{display: flex;justify-content: space-between;align-items: center;color: rgba(51, 51, 51, 0.8);margin: 0 auto;max-width: 1500px;}
.top_tit {font-size: 14px;line-height: 40px;}
.top_r {display: flex;justify-content: space-between;position:  absolute;right:6%;top: 0;align-items:  center;height: 40px;}
.top_con {}
.top_con ul {display: flex;justify-content: space-between;width: 100%;}
.top_con li {display: flex;padding: 0 13px;}
.top_con li i {font-size: 20px !important;line-height: 30px;}
.top_con li:first-child i {font-size:24px !important;}
.top_con li a {font-size: 14px;line-height: 40px;color:#FFFFFF;    font-weight: lighter;}
.top_con li a span{vertical-align: middle;margin-right: 8px;}



/*header*/
.hea_bc {width: 100%; margin:0.5% 0;}
.hea_c {margin: 0 auto; display: flex; align-items: center; height: auto; position: relative; background: #fff; }
.hea_lc {width: 73%;flex-shrink: 0;}
.hea_logo {display: flex; align-items: center; }
.hea_logo img{height: 75px}
.hea_lc>ul {display: flex; margin-left:30px; }
.hea_lc>ul>li {display: flex; align-items: center; padding: 0 30px;position:relative;}
.hea_lc>ul>li:before{content:'';width:1px;height:58px;background:#ededed;position:absolute;top:calc(50% - 29px);left:0;}
.hea_logo i {font-size: 16px; margin: 0 2%; border-left: 1px solid #e6e6e6; padding-left: 2%; line-height: 26px;}
.hea_logo i b {display: block; font-size: 25px; margin-bottom: 3%; }
.hea_lc>ul>li+li {border-left: none; }
.hea_lc>ul>li i {font-size: 14px; color: #666; line-height: 18px; margin-left: 10px; }
.hea_lc>ul>li:nth-child(1) i{min-width: 54px;}
.hea_lc>ul>li:nth-child(2) i{min-width: 57px;}
.hea_lc>ul>li:nth-child(3) i{min-width: 72px;}
.hea_rc{display: flex;align-items: center; flex-shrink: 0;}
.hea_rc i{width:50px;height:50px;border-radius:100%;background:#014fa2;text-align: center;font-size:30px;color:#fff;line-height: 50px;margin-right:10px;}
.hea_rc p b{font-size:16px;color:#666;font-weight: normal;display:block;margin-bottom:8px;}
.hea_rc p em{font-family:Arial;font-size:30px;font-weight:bold;color:#014fa2;display: flex;align-items: center;}
.hea_rc p em+em{font-size:25px;}
.hea_rc p em span{font-size:16px;font-weight:normal; color: #555}

.nav_bg{width:100%;height:72px;background:linear-gradient(to top, #333,#4c4c4c,#333);position:relative;}
.nav {height: 100%;}
.nav_c {display: flex;justify-content: space-between; height: 100%; align-items: center; }
.nav_c>li {width:calc(100% / 7);height: 100%;}
.nav_c>li:hover,.nav_c>li.on{background:linear-gradient(to top, #014fa2,#5e86fd,#014fa2);}
.nav_c>li>a {color:#fff;display: block; font-size: 16px;line-height: 72px;text-align: center;position:relative;}
.nav_c>li+li>a:before{content:'';width:1px;height:18px;background:rgba(255,255,255,0.2);position:absolute;top:calc(50% - 9px);left:0;}
.itel_box {position: absolute; right: 0; top: 104px; padding: 35px; font-size: 22px; transform: rotateX(90deg); transition: all .5s; transform-origin: top; z-index: 998; background: #f8f8f8; }
.head_pho {width: 13.5%; height: 100%; }
.searchIcon> span.xpi, .irh>span,.dt>span {font-size: 18px; }
.irh>span {}

.icon_tel:hover .itel_box {transform: rotateX(0deg); }
.icon>div,.icon>a {height: 100%;display: flex;align-items: center;width: 32%;justify-content: center;}
@media screen and (max-width: 1400px){
  .hea_lc>ul>li{padding:0 20px;}
  .hea_lc>ul>li i{display:none;}
  .hea_rc p em{font-size: 26px;}
  .hea_rc p em+em{font-size: 27px;}
  .hea_lc>ul>li:before{height:30px;top:calc(50% - 15px);}
}
/*下拉*/
.nav_xlbox{width:68%;float:right;margin-top: 10px;}
.nav_dbt{font-size:26px;color:#333;border-bottom: 1px #efefef solid;padding-bottom: 22px;margin-bottom:26px;}
.nav_xl{width:30%; line-height: 30px;float:left;font-size: 24px;color:#333;overflow:hidden;border-right: 1px #ededed solid;padding-right: 2%;}
.nav_dht{margin-right:-2%;}
.nav_dht a{display: block;line-height: 20px;font-size:15px;color: #333;width:31.333%;float:left;margin-bottom:3%; margin-right:2%;}
/*.nav_dht a:nth-child(3n+1),.nav_dht .prolist2021 li:nth-child(3n+1){margin-left:0px !important;}*/
.nav_dht .prolist2021 ul{display:flex;flex-wrap:wrap;}
.nav_dht .prolist2021 li{margin-left:20px;}
.nav_dht .prolist2021 li a{margin-left:0;}
.nav_c li dl { background:#f8f8f8; position: absolute; top:72px; left:0; display:none; width:100%; z-index:2;}
.nav_c li.dhh dl.juli {}
.nav_c li dd {max-width:86%;display:block;overflow:hidden;padding:3% 0px;margin: auto;}
.nav_c li dd span{width:40px;height: 40px;background: #555;text-align: center; line-height: 40px; border-radius: 50%; font-size: 25px; font-family: Arial; float: left; color: #fff; margin-right: 15px;}
.nav_dht a:hover {color: #014fa2;}
.nav_c li dd a:hover span{background:#014fa2;}
.nav_xl1{}
.nav_xl1 li{width:calc(100%/3);float:left;padding:0 3%; box-sizing: border-box;}
.nav_xl1 li img{width:100%;border: 1px solid #eee;}
.nav_xl1 li p{font-size:20px;text-align:center;color:#333;line-height:50px;transition: all 0.3s;}
.nav_xl1 li:hover p{color:#555;}
/*搜索*/
.searchIcon{}
.slideDown{display:none;text-align:center;font-size:0;overflow:hidden;position:absolute;right:0;top:100%;width:100%;height:204px; background:rgba(250,250,250,0.9);z-index:999;}
.slideDown .searchBox{ overflow: hidden; display: inline-block; width:90%; height:80px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.slideDown .searchBox{}
.slideDown .searchHot{ font-size: 15px; color: #333; font-weight: 100;}
.slideDown .searchHot a{ color: #333; font-size:16px;}
.slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}

.search-bg{width:90%;height: 60px;line-height:60px;padding-left: 10px; float:left;}
.search-i {width:32px;overflow:hidden;height:32px;float: left;margin-top:28px;}
.nav_r{float:right;width:6.5vw;}
#infoname{width:1330px; background:none; outline:none; color:#d2d1d1; border: none; height:82px; line-height:60px; padding-left: 50px;}

.wraptop_4{width:100%;height:auto;background: #f2f2f2; overflow: hidden;}
.wraptop_4_1{float:left;line-height:55px;}
.wraptop_4_1 span{float:left;color:#363437;font-size:15px;font-weight:bold;background: url('../images/index9.png') no-repeat 0 center;padding-left:25px; line-height:55px;}
.wraptop_4_1 div{float:left;height:55px;overflow:hidden;font-size:13px; line-height:55px;}
.wraptop_4_1 div a:link,.wraptop_4_1 div a:visited{color:#504f4f;margin:0 5px 0 4px; line-height:55px;}
.wraptop_4_1 div a:hover,.wraptop_4_1 div a:active{color:#009a44;margin:0 5px 0 4px;}
.wraptop_4_2{float:right;margin: 12px 0px 0px 0px;border: 1px solid #dfdede;width: 25%;}
.wraptop_4_2_1{float:left;}
.wraptop_4_2_1 .searchinput{line-height:32px;color:#c4c4c4;font-size:12px;padding:0 0px 0 10px;vertical-align:middle;outline: none; background: #f2f2f2;font-family: 宋体}
.wraptop_4_2_2{float:right;}
.wraptop_4_2_2 input{border:0px solid #000000;font-weight:normal;font-size:12px;color:#FFFFFF;background-color:transparent; outline: none;width:40px;line-height:32px;background:#014fa2 url('../images/index10.png') no-repeat center center;cursor:pointer;vertical-align:middle;}


.sp_header, .sjj_nav{display: none;}
/*banner*/

.banner{position: relative;}
.banner .swiper-pagination-yi{bottom: 20px;position: absolute;bottom:20px;z-index: 1000;text-align: center;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide .m{display: none;}
.banner .swiper-pagination-yi .swiper-pagination-bullet{margin:0 5px;}
.banner .swiper-pagination-bullet{width: 11px;height: 11px;background: none;border-radius: 10px;border:1px solid #00a5ea;background: #00a5ea;}
.banner .swiper-pagination-bullet-active{background: #e4007f;opacity: 1;border:1px solid #e4007f;}
.banner .swiper-button-next{background: none;width: 50px;height: 50px;line-height: 50px;text-align: center;margin-top: -25px;outline: medium;}
.banner .swiper-button-prev{background: none;width: 50px;height: 50px;line-height: 50px;text-align: center;margin-top: -25px;outline: medium;}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 0px;}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 0px;}
.banner .swiper-button-next i, .banner .swiper-button-prev i{font-size: 40px;color: #FFF;}
.banner .subiao{position: absolute;left: 50%;bottom:70px;z-index: 100;width: 50px;text-align: center;margin-left: -25px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.banner .subiao i{color: #FFF;font-size: 30px;opacity: 0.4;}
.banner .subiao p{width: 4px;height: 4px;border-radius: 50px;background: rgba(255,255,255,0.4);margin-top: 4px;}
.banner .subiao p:last-child{width: 6px;height: 6px;}


/*产品*/
.indexpro{padding:4% 0;overflow: hidden;}
.protit{text-align: center; margin-bottom:2%; overflow: hidden;}
.protit i{display: inline-block; height: 1px; background: #999999; width: 54px; position: relative; top: -4px;}
.protit .pbt{font-size: 42px;font-weight: bold;color: #333333; line-height: 60px;}
.protit .pbt em{font-style: normal; color: #014fa2; display: inline-block;}
.protit i.xianL{margin-right: 12px;}
.protit i.xianR{margin-left: 12px;}
span{font-size: 18px;color: #999;}
.prolist{width: 20%; float: left;}
.prolist ul{border: 1px solid #e4e4e4;padding:2% 5% 0; overflow: hidden;}
.prolist .lpbt{background: #014fa2 url("../images/pico1.png")no-repeat 32px center;padding:8% 25%; color: #fff;font-size: 20px;font-weight: bold; box-sizing: border-box;}
.prolist ul li{line-height: 53px; border-bottom: 1px solid #eee;font-size: 15px;color: #555;background: url("../images/pico3.jpg")no-repeat left center;padding-left: 30px;}
.prolist ul li a{display: block; line-height: 53px}
.prolist ul li:last-child{border: none;}
.prolist ul li:hover a{color: #014fa2;}
.cinfo{padding: 15px 0; text-align: center; background: #014fa2}
.cinfo p{font-size: 16px; line-height: 22px; color: #fff}
.cinfo b{display: block; font-family: "Arial"; font-size: 28px; font-weight: bold; color: #fff; line-height: 30px; margin-top: 4px;}

.insolution-right{width: calc(100% - 24%); float: right; background: #fff;}
.insolution-right ul{margin-left: -2%;overflow: hidden;}
.insolution-right li{width:23%; float: left; margin-left: 2%; margin-bottom: 2%;}
.insolution-right li a{display: block;}
.insolution-right li .pic{overflow: hidden; border: 1px solid #ececec;}
.insolution-right li .pic img{width: 100%;  transition: transform .8s;}
.insolution-right li .title{height: 48px; line-height: 48px; background: #ececec; font-size: 15px; color: #222; text-align: center; overflow: hidden; transition: background .5s,color .5s;}
.insolution-right li:hover .pic img{transform: scale(1.1);}
.insolution-right li:hover .title{background: #014fa2; color: #fff;}





/*honor*/
.hon_bc{width: 100%;background: url(../images/a_bg.jpg) no-repeat center;padding:4% 0; background-size: cover;}
.hon_h3{margin-bottom: 6%;}
.hon_tc{display: flex;justify-content: space-between;}
.hon_lc>b{font-family: "Roboto";font-size: 66px;color: rgba(2,63,252,0.07);text-transform: uppercase;}
.hon_lc>p{font-size: 42px;color: #333;margin-top: -54px;font-weight: bold;display: flex;align-items: center;}
.hon_lc>p>i {color: #014fa2;}
.hon_lc>p>em{width: 30px;height: 2px;background: #014fa2;margin-left: 20px;}
.hon_tit{font-size: 24px;color: #333;}
.hon_tit p{font-size: 24px;color: #014fa2;display: inline-block;}
.hon_info{font-size: 16px;color: #666;line-height: 36px;margin-top: 4%;}

.inbutter{ padding-top:3%;}
.inbutter a{ display:block; width:180px; font-size:16px; color:#fff; background:#014fa2; line-height:46px; text-align:center; border-radius:5px;-webkit-transition:0.5s;transition:0.5s;}
.inbutter a:hover{color:#fff;background:#014fa2;}

.hon_rc{width: 35%;}
.hon_lc {width: 51.5%; }
.hon_rc ul{display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;position: relative;}
.hon_rc ul:after {position: absolute; content: "\e614"; font-family: "xpi"; color: rgba(51,51,51,0.2); font-size: 30px; top: 40%; left: 34%; }
.hon_rc ul li:nth-child(n+3){margin-top:73px;}
.hon_rc ul li p{position: relative;display: inline-block;}
.hon_rc ul li p span{font-size: 48px;color: #014fa2;font-family: "Roboto";font-weight: bold;}
.hon_rc ul li p i{font-size: 14px;color: #999;position: absolute;top: 4px;right: -22px;}
.hon_rc ul li div{font-size: 18px;color: #333;margin-top: 16px;}
.hon_rc ul li {width: 50%;margin-bottom: 12%;}}
.hon_rc ul li:nth-child(4) p i {right: -35px; }
.hon_img>ul{display:flex;}
.hon_img>ul li{font-size: 24px;color: #333;margin:60px 0 36px;display: flex;align-items: center;}
.hon_img>ul li+li{margin-left:30px;}
.hon_img>ul li span {font-size: 25px; margin-right: 8px; }
.hon_img>ul li.on,.hon_img>ul li.on span{ color: #014fa2;}


.pro_tit{display: flex;align-items: center;justify-content: space-between;}
.pro_lt>b{font-family: "Roboto";font-size: 66px;color: rgba(2,63,252,0.07);text-transform: uppercase;}
.pro_lt>p{font-size: 42px;color: #333;margin-top: -54px;font-weight: bold;display: flex;align-items: center;}
.pro_lt>p>i {color: #014fa2;}
.pro_lt>p>em{width: 30px;height: 2px;background: #014fa2;margin-left: 20px;}


.in_honor{overflow: hidden;}
.in_honor ul{ margin-right: -2%;}
.in_honor li{width:18%; height: auto; float: left; margin-right: 2%; background: #fff; padding:1%; box-sizing: border-box;}
.in_honor li .himg{width: 100%; display: block; clear: both; margin:auto; border: 1px solid #eee;transition:all 0.5s; overflow: hidden;}
.in_honor li .himg img{width: 100%; transition:all 0.5s; overflow: hidden;}
.in_honor li:hover .himg img{transform:scale(1.1); overflow: hidden;}
.in_honor li .hpb{text-align: center; font-size: 16px; line-height: 40px}

.hon_ic {height: 0;overflow: hidden;opacity:0;visibility: hidden;}
.hon_ic.on{height:auto;opacity:1;visibility: visible;}
.hon_ic .divdgweb_new_div {display: flex; }
.hon_ic .divdgweb_new_div_item{width: 249px; flex-shrink: 0; margin: 0 0.4%; display: flex; flex-direction: column-reverse; }
.hon_ic:nth-child(2) .divdgweb_new_div_item{margin: 0 0.2%;}
.hon_ic .news_div_item_pic img {width: 100%;height:auto;transition:all 0.5s;}
.hon_ic .divdgweb_new_div_item:hover .news_div_item_pic img{transform:scale(1.1);}
.hon_ic .news_div_item_pic {background: #fff; padding: 24px;transition:all 0.35s ease;}
/*.hon_ic .divdgweb_new_div_item:hover .news_div_item_pic{background:#014fa2;}*/
.hon_ic .news_div_item_pic a{display:block;overflow:hidden;}
.hon_ic .divdgweb_new_div_item .divdgweb_new_div_item_a {display: block; text-align: center; padding-top: 20px; font-size: 16px; color: #333; }
.hon_ic button{display:none!important;}


.infors{text-align:center; padding:3% 0; margin:auto;}
.infors .tit{font-size:36px; color: #333; font-weight: 600;text-align:center; }
.infors .line{width:58px; height:3px; background-color:#014fa2; margin:0.5% auto 0;text-align:center; }

.whonytitles{text-align: center; color: #333; line-height:35px; font-size:18px; letter-spacing:1px;}
.whonytitles span{color: #fff; font-size: 22px}
.whonytitles em{color:#fff;  font-size:42px}

.trade-content{margin-top:0px; padding:0px;}
.trade-black{/*background: url(../images/index-t-bg.jpg) repeat; */background-size: cover; padding:0 0 3% 0; box-sizing: border-box;}
.trade-box{transition: all .3s ease;}
.trade-box-list{display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; justify-content: space-between; margin-top: 3%}
.trade-box-item{flex-shrink: 0; width:20%; text-align: center; /*position: relative; height: 400px; */background: no-repeat center; background-size: 100% auto; margin: 0 2.5%}
/*.trade-content .trade-box-item:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transition: all .4s cubic-bezier(.4, 0, .2, 1);}
.trade-box-item a{position: absolute; width: 100%; height: 100%; left: 0; top: 0;}*/
.item-logo{margin: 0 auto; display: block;}

.item-logo img{max-width: 70%;border-radius: 50%; border: #a0a0a0 4px solid; margin-bottom: 5%;}
.item-title{font-size: 20px; font-weight: bold; color: #014fa2; padding: 2% 0; position: relative;}
.trade-content .item-title:before{content: ""; position: relative; display: block; width: 20px; border-bottom: 2px solid #fff; margin: 0 auto 2%; transition: all .4s cubic-bezier(.4, 0, .2, 1);}
.item-text{position: relative; transition: all .4s cubic-bezier(.4, 0, .2, 1); margin-top: 4%;padding:0 3%;}
.item-text p{color: #555;font-size: 14px; line-height:24px;margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.item-text span{display: inline-block;width: 130px;line-height: 40px;background: #f8f8f8;font-size: 14px;color: #2379C3;border-radius: 25px;margin-top:20px;}
.item-text span:before{content: '';display: block;width: 70px;height: 1px;background-color: #333;opacity: 0;position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all 350ms ease;transition: all 350ms ease;}
.item-text span:after{content: ">";font-family: simsun;font-size: 19px;color: #333;speak: none;font-style: normal;font-variant: normal;text-transform: none;line-height: 1;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;opacity: 0;position: absolute;top: 50%;margin-top: -10px;right: 20px;text-indent: 0;-webkit-transition: all 350ms ease;transition: all 350ms ease;}
.item-text span font{position: relative;transition: 0.6s}




/*news*/
/*新闻动态*/
.news_bg{padding: 4% 0;background: #f7f7f7; overflow: hidden;}
.news_t{width: 360px;margin:0 auto;padding:3% 0 5% 0; overflow: hidden;}
.news_t ul li{float: left;width: 180px;overflow: hidden;padding: 0 10px;}
.news_t ul li a{font-size: 16px;color: #333;display: block; float: left; width: 158px; text-align: center; height: 48px; line-height: 48px; overflow: hidden;border: #aaa 1px solid;} 
.news_t ul li a:hover,.news_t ul li.on a{color: #fff;background:#014fa2;border: #014fa2 1px solid;}
.news01{width: 45%;float: left;}
.news01 dl dt{width: 100%; overflow: hidden;line-height: 0;}
.news01 dl dt img{width: 100%;}
.news01 dl dd{padding-top: 20px;width: 570px;}
.news01 dl dd span{display: block;float: left;height: 53px;width: 90px; font-size: 14px; background:url(../images/news_line.gif) no-repeat right 10px;line-height: 32px;padding: 15px 0 0;color: #666; font-family:Arial, Helvetica, sans-serif;}
.news01 dl dd span b,.news02 dt b{display: block;font-size: 40px;}
.news01 .news_r{width: 445px;float: left;padding: 0 0 0 20px; overflow:hidden;}
.news01 dl dd .nbt{height: 30px;line-height: 30px;overflow: hidden;font-weight: normal;}
.news01 dl dd .nbt a{font-size: 16px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news01 dl dd .nbt a:hover{ color: #1867ab;}
.news_desc{font-size: 13px; color: #777; line-height: 25px; padding: 0px 0 0;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}
.news_desc p{font-size: 14px; line-height: 25px; color: #555}
.news02{ width:calc(100% - 48%);float: right;}
.news02 dl{background: #fff; width:100%;height: 108px;overflow: hidden;border: #ddd 1px solid;margin-bottom: 18px; box-sizing: border-box; cursor: pointer;}
.news02 dt{float: left;width: 112px;border-right: #ddd 1px solid;height: 108px;text-align: center; font-size: 14px;color: #888;line-height: 35px;padding: 25px 0 0;}
.news02 dt b{color: #333;}
.news02 dd{width: calc(100% - 135px);padding: 12px 0 0 15px;float: left;}
.news02 dd .nbt2, .news02 dd .nbt2 a{font-size: 16px; line-height: 30px; color:#014fa2;}
.news02 dl:hover{border: #1867ab 1px solid;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}


/*copy*/
.foot{width: 100%;overflow: hidden;}
.foot_b{background: url(../images/foot_bg.jpg) no-repeat top center;background-size: 100% 100%; border-top: 5px solid #014fa2; padding:1.5% 0; overflow: hidden;}
.foot_b .box{max-width:1500px;margin:0 auto;color: #FFF;padding-top:5px;overflow: hidden;}
.foot_b .box .t_l{float: left; width:50%; border-right: 1px solid rgba(255, 255, 255, 0.1);}
.foot_b .box .t_l dl{float: left; width: 21%}
.foot_b .box .t_l dl:nth-child(2){width: 33%}
.foot_b .box .t_l dt{font-size: 18px;color: #FFF;margin-bottom: 15px; text-transform: uppercase;}
.foot_b .box .t_l dd{line-height: 35px;}
.foot_b .box .t_l dd a{color: #afaeae; font-size: 14px;line-height: 35px;}
.foot_b .box .t_l dd a:hover{color: #01589b;}
.foot_b .box .t_m{float: left; width:28%; margin-left:3%; line-height: 30px; font-size: 14px;color: #aaa;overflow: hidden;}
.foot_b .box .t_m p{line-height: 30px; font-size: 14px;color: #aaa;}
.foot_b .box .t_m .cbt{font-size:18px;color: #FFF;margin-bottom: 3%; text-transform: uppercase; font-weight: bold;}

.foot_b .box .t_r{float: right;}
.foot_b .box .t_r .dblx{float: left; line-height:30px;color: #aaa; margin-right: 10px;}
.foot_b .box .t_r .dblx img{width: 120px;}
.foot_b .box .t_r .dblx p{text-align: center; padding: 8px 0; display: block; line-height: 30px;color: #aaa; }
.foot_b .copyright{padding:20px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 25px; line-height: 25px;font-size: 14px; color: #aaa; text-align: center;}
.copyrightwz, .copyrightwz a{ line-height: 25px;font-size: 14px; color: #aaa; }


.social_nav5{height:80px;position:fixed;bottom:0;width:100%;z-index:999;text-align: center;line-height:40px;background:#333; display: none;}
.social_nav5 li{height:80px;width:25%;font-size:14px;float:left;color:#fff;position:relative; line-height: 55px; border:1px solid rgba(255,255,255,0.1);}
.social_nav5 a:nth-child(1) li{background: #005be2;color: #fff;}
.social_nav5 li span{display: block;width:30px;height:30px;display:block;padding:4% 0 0;margin:0 auto;}
.social_nav5 li span img{width:30px;display:block;}

.bq{width:100%;height:100px;background:#000514;}
.bq_box{display:flex;justify-content:space-between;align-items:center;}
.bq_box>div{line-height:100px;font-size:16px;color:#a1a4a5;}
.bq_box>div a{font-size:16px;color:#a1a4a5;}
.bq_box>div a:hover{color:#fff;}
.follow {background: url(../uploadfile/image/20211014/20211014113936_1804806555.png); width: 221px; height: 381px; padding-top: 56px; }
.con_le {width: 47%; }
.bnav_ri {width: 47%; padding-top: 60px; }
.follow>p span {color: #014fa2; font-size: 18px; display: inline-block; margin-right: 9px; }
.ewm_cc {text-align: center; width: 156px; height: 156px; margin: 0 auto; box-shadow: 1px 1px 20px rgba(0,0,0,0.13); padding: 4px; position: relative; }
.ewm_cc p {position: absolute; top: 4px; left: 4px; }
.con_logo>a {display: flex; align-items: center; }
.con_logo>a b {display: block;font-size: 38px;color: #014fa2;}

.con_logo>a i {font-size: 16px; text-transform: uppercase; color: #014fa2; margin-top: 11px; }
.con_logo>a>div {margin-left: 11px; }


.con-banner{width:100%; margin-top: 0px;}
.con-banner img{max-width:100%;display:block;margin:0px auto;}
.con-nav{width: 100%;/*background:#fff url(../images/nav_bgli.gif) no-repeat left top!important;*/height:auto;line-height:69px;border-bottom: 1px solid #e8e8e8;position:relative; overflow: hidden;}
.con-nav ul{margin: 0 auto; max-width: 82%;}
.con-nav ul li{float: left;padding-right:4%;}
.con-nav ul li a{display: block;font-size:16px;color:#666666;position: relative;text-align:center; line-height: 69px;}
.con-nav ul li a:hover{color: #014fa2;}
.con-nav ul li:first-child a{/*border-left: 1px solid #d1d1d1;*/}
.con-nav ul li.active a{color: #014fa2;}
.con-nav .line{display:block;width:0px;height:4px;background:#014fa2;position:absolute;left:0px;top:0px;}

.con_nav_fr{float: right;}
.con_nav_fr em{float: left; width:16px;height:69px;margin-right:5px;background:url(../images/home.png) no-repeat center;}
.con_nav_fr i{float: left;width:10px;height:69px;margin:0 5px;background:url(../images/sNav_icon.png) no-repeat center;}
.con_nav_fr span{float: left;font-size:16px;color:#666;line-height: 69px;}
.con_nav_fr a{float: left;font-size:16px;color:#666;line-height: 69px;}
.con_nav_fr a:hover{color:#014fa2;}
.con_nav_fr a.on{color:#014fa2;}


.nyaboutbox{width: 100%; height: auto; overflow: hidden; padding:3% 0; box-sizing: border-box;}

.about-tit{font-size: 26px;color: #08408a;margin-bottom: 2%}

.ny-about{font-size:16px;color:#222;line-height:30px; overflow: hidden;}
.ny-about img{max-width: 100%; height: auto; display: block; margin:auto; clear:both;}

.aimg{width: 100%; padding: 2% 0; height: auto; overflow: hidden;}
.aimg ul{ margin-right: -1%}
.aimg li{width:49%; float: left; margin-right: 1%}
.aimg li .abimg{overflow: hidden;}
.aimg li .abimg img{width: 100%; overflow: hidden; transition: all .5s; -webkit-transition: all .5s;}
.aimg li:hover .abimg img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.aimg li:first-child{width: 49% !important}


.ym364.about1{ overflow: hidden; box-sizing: border-box;}
.ym364.iserve{margin: 4% 0 0; margin-right: -2%}
.ym364.iserve dl{width: 31.333%;min-height: 330px;float: left;position: relative;padding: 2%;margin-bottom: 3%;margin-right: 2%;box-shadow: 0 3px 10px 3px rgb(0 0 0 / 10%); box-sizing: border-box; background: #f8f8f8;}
.ym364.iserve dl:before{content: "";width: 1px;height: 100%;position: absolute;top: 0;right: 0;background: #eee;}
.ym364.iserve .no:after{content: "";width: 1px;height: 100%;position: absolute;top: 0;left: 0;background: #eee;}
.ym364.iserve .iserve01{width: 88px;height: 88px;position: absolute;top: 6px;left: 6px;}
.ym364.iserve .iserve01 img{max-width: 100%}
.ym364.iserve dl dt{width: 100px;height: 100px;border: #e5e5e5 1px solid;border-radius: 50%;margin: 0 auto;position: relative;background: #fff;}
.ym364.iserve dt u{display: block;position: absolute;width: 100px;height: 100px;border: #efeff2 1px solid;border-radius: 50%;z-index: 20;box-sizing: border-box;-webkit-transition: all .5s ease-in-out 0s;-moz-transition: all .5s ease-in-out 0s;-ms-transition: all .5s ease-in-out 0s;-o-transition: all .5s ease-in-out 0s;transition: all .5s ease-in-out 0s;}
.ym364.iserve .no2 dt u{border: #efeff2 1px solid;}
.ym364.iserve .no3 dt u{border: #efeff2 1px solid;}
.ym364.iserve dd{text-align: center;padding: 1% 0 0;}
.ym364.iserve dd .clbt{font-size: 28px;color: #333;line-height: 58px;position: relative;overflow: hidden;}
.ym364.iserve dd .clbt:before{content: "";width: 36px;height: 1px;position: absolute;bottom: 0;left: 50%;background: #404040;margin-left: -18px;}
.ym364.iserve dd p{font-size: 16px;color: #333;line-height: 30px;padding:5% 0;margin-top: 5px;}
.ym364.iserve dd i{display: block;}
.ym364.iserve dl:hover, .ym364.iserve dl.cur{box-shadow: 0 3px 1% 3px rgba(0, 0, 0, 0.1);background: rgb(246 246 246 / 55%);}
/*.ym364.iserve dl:nth-child(3){margin-right: 0;}
.ym364.iserve dl:nth-child(6){margin-right: 0;}*/


/*解决方案*/.jjfa{}
.jjfa ul{margin-top:-3%;margin-left:-2%;}
.jjfa ul:after{content: " ";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;line-height: 0;}
.jjfa ul li{width:31.33%;float:left;margin-top:3%;margin-left:2%;padding-bottom:30px;position:relative;}
.jjfa ul li .jjfa_img{overflow:hidden; border:1px solid #dbdbdb;}
.jjfa ul li .jjfa_img img{transition:all 0.5s; width: 100%}
.jjfa ul li:hover .jjfa_img img{transform:scale(1.1);}
.jjfa ul li .jjfa_bt{width:84%;font-size:18px;line-height:60px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;background:#fff;box-shadow:0 8px 8px rgba(0,0,0,0.1);position:absolute;bottom:0;left:8%;transition:all 0.5s;}
.jjfa ul li:hover .jjfa_bt{color:#fff;background:#08408a;}


.ny_honor{}
.ny_honor ul{margin-right: -2%}
.ny_honor ul li{float: left;width: 23%;margin:0 2% 2% 0;}
.ny_honor ul li .wbt{overflow: hidden;border: 2px solid #eee;}
.ny_honor ul li .wbt img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;box-sizing: border-box;}
.ny_honor ul li:hover .wbt img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.ny_honor ul li .wwz{font-size: 16px;line-height: 20px;text-align: center;padding: 10px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #333;}
.ny_honor ul li:hover .wwz{color: #08408a}


.news-tt-hz{margin-bottom:2%; background:#F6F6F6;padding:2%;overflow:hidden; display: block; transition: transform 0.5s; -webkit-transition: transform 0.5s; box-sizing: border-box;}

.news-tt-pic{width:24%;float:left;display:block; overflow:hidden;}
.news-tt-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.news-tt-pic img{ width:100%;transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}

.news-tt-right{width:72%;float:right;}
.news-tt-title{font-size:16px;}
.news-tt-content{font-size:14px;float:left; line-height:24px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; color:#666;margin:10px 0;}
.index-news-right-top-nr{float:left;overflow:hidden;}
.index-news-right-top-nr-rq li{float:left;margin-right:5px;font-size:14px;color:#666; line-height:27px;}
.index-news-right-top-nr-rq li img{vertical-align: top}
.index-news-right-top-nr-title {margin-bottom:10px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index-news-right-top-nr-title a{font-size:20px; font-weight:bold;}
.index-news-right-top-nr-title a:hover{color:#08408a }
.index-news-right-top-nr-content{text-indent:30px;margin:14px 0;float:left; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; color:#999;}

.news-more {width: 150px;line-height:40px;text-align: center; float:right;}
.news-more a {
    color: #666;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    display: block;
    padding:10%
}
.news-more:hover a {
    background: #004492;
    color: #fff;
    display: block;
}


/**è”ç³»æˆ‘ä»¬**/
input,select,img,textarea{vertical-align:middle; border: 0}
.ContactBlock{padding:2% 0;background:#ededed;box-sizing: border-box;}
.ContactBlock .content{background:#fff;overflow: hidden;}
.ContactBlock .l_cont{float: left; width:54%; padding: 5% 2% 0; box-sizing: border-box;}
.ContactBlock .l_cont .title{ font-size: 24px; }
.ContactBlock .l_cont .title .line{ display: block; width: 1em; height: 2px; background-color: #cccccc; margin:15px 0; }
.ContactBlock .l_cont .ul{ padding-top:2%; }
.ContactBlock .l_cont .ul li{ position: relative; font-size: 14px; line-height: 25px; color:#555; margin-bottom:2%; }
.ContactBlock .l_cont .ul li .t-cell{ display: table-cell; height: 48px; vertical-align: middle; }
.ContactBlock .l_cont .ul .icons{ height: 48px; width: 48px; position: absolute; left: 0; display: block; border:1px solid #999999; border-radius: 50%; background-image: url(../images/icons.png);background-repeat: no-repeat;}
.ContactBlock .l_cont .ul .phone { background-position:11px -110px; }
.ContactBlock .l_cont .ul .fax { background-position:-48px -110px; }
.ContactBlock .l_cont .ul .mail { background-position:-107px -110px; }
.ContactBlock .l_cont .ul .address { background-position:-167px -110px; }
.ContactBlock .map{float: right; width:44%;}
.ContactBlock .map #map_container{height: 680px;}

.ContactBlock .bot{ padding-top: 4%; }
.ContactBlock .bot .t-center{ text-align: center; }
.ContactBlock .bot .title{ font-size: 32px; line-height: 1.85; }
.ContactBlock .bot .ltitle{ font-size: 14px; line-height: 25px; color:#777; margin-top: 5px; margin-bottom: 35px; }
.ContactBlock .bot .form{ background-color: #fff; padding:2.2% 2.7%; display: block; }
.ContactBlock .bot .tip{ font-size: 16px; line-height: 22px; color:#666666; }
.ContactBlock .bot .input{ display: block; width: 100%; background-color: #f2f2f2; font-size: 14px; line-height: 32px; padding:8px 2.2%; color:#999; margin:15px 0 20px; box-sizing: border-box;}
.ContactBlock .bot .input:focus{ box-shadow: 0 0 10px rgba(0,0,0,0.08); }
.ContactBlock .bot .br{ border-radius: 5px; }
.ContactBlock .bot .submit{ line-height: 44px; height: 44px; padding:0 45px; display: inline-block; background-color: #004492; font-size: 15px; color: #fff; cursor: pointer;} 
.ContactBlock .bot .submit:hover{ background-color: #004492; }

.col-sm-6 { width: 50%; float: left; padding: 0 15px; box-sizing: border-box;}
.col-xs-12{padding: 0 15px; box-sizing: border-box;}


.xinwenxiangqing{overflow: hidden;box-sizing: border-box;}
.xinwenxiangqing .nd_head{text-align: center;margin:2% 0;border-bottom: 1px dashed #d6d6d6;padding-bottom: 2%}
.xinwenxiangqing .nd_head p{color: #014fa2;font-size: 28px;height: auto;padding-bottom: 2%}
.xinwenxiangqing .nd_head span{color: #666;font-size: 14px;margin: 0 15px;}
.xinwenxiangqing .nd_text{text-align: left;font-size:14px;line-height:30px;padding: 15px 0;}
.xinwenxiangqing .nd_text .big{font-size: 16px;line-height: 35px;font-weight: 600;color:#014fa2}
.xinwenxiangqing .nd_text img{max-width: 100%;display: block;margin: 10px auto;}
.xinwenxiangqing .nd_text .baimg{width: 40%;float: right;margin-left: 30px;}
.xinwenxiangqing .nd_text .baimg img{width: 100%;clear: both;display: block;margin: auto}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad;color:#333;}
.new_s2{width:100%;float:left;margin-top:5%;}
.hot_pro2{width:100%;float:left;margin-top:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#014fa2;line-height:45px;font-size:16px;padding:0 20px;font-weight:bold;border:1px solid #d6d6d6;box-sizing: border-box;}
.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:45px;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;line-height:45px; color:#fff;background:#014fa2;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin:5% 0 0;overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../images/ly_li.png) no-repeat left center;padding-left:10px;color: #666}
.relatedNews_font ul li a:hover{color: #014fa2}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px; font-size: 14px; line-height: 40px}

.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#014fa2;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left;}

.nyprobox{overflow: hidden;}
.productPic{width: 78%;box-sizing: border-box;overflow: hidden; float: right;}
.productPic ul{overflow: hidden;}
.my_ul{margin-right: -2%;}
.productPic li{width: 23%;margin-right: 2%;float: left;margin-bottom: 3%;position: relative;box-shadow: 2px 2px 2px #eee;border: 1px solid #eee;}
.product-words{width: 100%;}
.product-w-pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;text-align: center;box-sizing:border-box;}
.product-w-pic .pimg{}
.product-w-pic .pimg img{width: 100%;object-fit: cover}
.product-w-shade{width: 100%;height: 30%;position: absolute;bottom: 0%;left: 0%;background-color: rgba(37, 37, 37, .8);transition: all .2s;opacity: 0;}
.product-w-pic .product-w-piclink{display: block;width: 100%;height: 100%;font-size: 0;padding: 0;border-bottom: none;margin: 0;}
.product-w-shade .pwzs{width: 100%;position: absolute;top: 50%;transform: translate(0,-50%);}
.product-w-shade .pwzs p{font-size: 16px;color: #fff;width: 80%;margin: auto;text-align:justify;text-justify:inter-word;text-align: center;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.product-w-shade .pwzs p img{max-width: 100%!important;vertical-align: middle;display: inline-block;}
.product-w-shade .pwzs .span{display: inline-block;font-size: 24px;color: #fff;text-align: center;padding: 0 0 4px 0;border-bottom: 1px solid #fff;margin-top: 36px;}
.product-w-shade .pwzs .em{font-size: 14px;color: #fff;line-height: 25px;text-align: center;margin: 2% 5%}
.productPic li:hover .product-w-pic .product-w-shade{opacity: 1;height: 100%;}
.product-w-words{width: 100%;padding: 15px;box-sizing: border-box;}
.product-w-words .pwzs{font-size: 16px;color: #333;line-height: 25px;text-align: center;z-index: 999;position: relative;transition: all .2s; min-height:50px;}
.product-w-words .p{font-size: 16px;color: #666;line-height: 25px;text-align: center;margin-top: 1%}
.productPic li:hover .product-w-words .pwzs{opacity: 1;color: #fff}
.productPic li:hover .product-w-words .p{color: #fff}
.productPic li:hover .product-words{background: rgba(1, 79, 162, 1);color: #fff}
.productPic li:hover .product-w-words .pwzs p img{max-width: 100%;}


.pro_right{width: 78%;height: auto;overflow: hidden;float: right;}
.productss{width:100%;float:left;}
.promore_l{float:left; width: 45%;}
/*å›¾ç‰‡æ”¾å¤§é•œæ ·å¼*/.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*å›¾ç‰‡å°å›¾é¢„è§ˆåˆ—è¡¨*/.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:76%;height:51px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:44px;}
.spec-scroll .items ul li img:hover{border:2px solid #2a3843;padding:1px;}
.pros_right{width:50%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:10px;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:10px;}
.proleft{width:100%;font-size:14px;line-height:30px;margin-top:2%;}
.proleft p{font-size:14px;line-height:25px;}
.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff; padding: 8% 0}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../images/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin-top:5%;float:left;}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;background:#eee;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:16px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#333;border:1px solid transparent;padding:10px 40px;color: #fff}
.tabs-basic .tab-active{border-bottom:2px solid #0b61d9;color:#fff;background:#0b61d9;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;font-weight:bold;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #0b61d9;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}


.ny_al_bg{padding: 5% 7% 0; position:relative; box-sizing: border-box;}
.ny_al{overflow:hidden;}
.ny_al ul{ width:10000%; position:relative;}
.ny_al ul li{ float:left; width:0.232%; margin-right:0.02%;box-sizing:border-box; text-align: center; box-sizing: border-box; display:table; }
.ny_al ul li:hover{ }
.ny_al ul li a{display:table-cell; vertical-align:middle;}
.ny_al ul li img{ display:block; box-sizing:border-box; width:100%;border: 2px #ddd solid;transition: all 0.5s;}
.ny_al ul li .wz{ text-align:center; font-size:15px; line-height:40px; color:#333;}
.ny_al ul li:hover .wz{color:#0b61d9;}
.ny_al ul li:hover img{border: 5px #0b61d9 solid;}

.ny_al ul li .wz2{ text-align:center; font-size:16px; line-height:40px; color:#333}
.ny_al ul li:hover .wz2{color:#0b61d9}

.ny_alz,.ny_aly{ position:absolute; top:50%; margin-top:0;width:50px; height:50px; transition:0.3s; cursor:pointer;}
.ny_alz{ left:0; background:url(../images/swiper1-l.png) center no-repeat;}
.ny_aly{ right:0; background:url(../images/swiper1-r.png) center no-repeat;}

.culture_pic{margin-top: 0%; overflow: hidden;}
.culture_pic img{width: 100%; margin:auto; display: block; clear: both;}

.ny_partner{}
.ny_partner ul{margin-right: -2%}
.ny_partner ul li{float: left;width:18%;margin:0 2% 2% 0;}
.ny_partner ul li .wbt{overflow: hidden;border: 2px solid #eee;}
.ny_partner ul li .wbt img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;box-sizing: border-box;}
.ny_partner ul li:hover .wbt img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.ny_partner ul li .wwz{font-size: 16px;line-height: 20px;text-align: center;padding: 10px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #333;}
.ny_partner ul li:hover .wwz{color: #08408a}


@media screen and (max-width: 1400px){
  .con_le{width: 30%;}
  .bnav_ri{width: 72%;}
  .contant{display:none;}
}

.lntro {padding-bottom: 464px;

    margin: 0 auto;
}
.lntro_fl {
    float: left;
    width: 56%;
    overflow: hidden;
}
.lntro_fl p {width: 100% !important;font-weight: 500;
    line-height: 46px;
    font-size: 17px;
    text-indent: 2em;
}
.lntro_fr {
    float: right;
    width: 42%;}